1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{BD387C68-A41C-4438-8AC2-0419CCB95A91}</ProjectGuid>
9 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10 <OutputType>Library</OutputType>
11 <AppDesignerFolder>Properties</AppDesignerFolder>
12 <RootNamespace>CSASPNETTheme</RootNamespace>
13 <AssemblyName>CSASPNETTheme</AssemblyName>
14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>3.5</OldToolsVersion>
20 <TargetFrameworkProfile />
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>bin\</OutputPath>
27 <DefineConstants>DEBUG;TRACE</DefineConstants>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33 <DebugType>pdbonly</DebugType>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\</OutputPath>
36 <DefineConstants>TRACE</DefineConstants>
37 <ErrorReport>prompt</ErrorReport>
38 <WarningLevel>4</WarningLevel>
39 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42 <Reference Include="System" />
43 <Reference Include="System.Web.Extensions" />
44 <Reference Include="System.Web" />
47 <Content Include="Default.aspx" />
48 <Content Include="Web.config">
49 <SubType>Designer</SubType>
53 <Compile Include="Default.aspx.cs">
54 <SubType>ASPXCodeBehind</SubType>
55 <DependentUpon>Default.aspx</DependentUpon>
57 <Compile Include="Default.aspx.designer.cs">
58 <DependentUpon>Default.aspx</DependentUpon>
60 <Compile Include="Properties\AssemblyInfo.cs" />
63 <Content Include="App_Themes\BlueTheme\Skin1.skin" />
64 <Content Include="App_Themes\PinkTheme\Stylesheet1.css" />
67 <Content Include="App_Themes\BlueTheme\Stylesheet1.css" />
68 <Content Include="App_Themes\PinkTheme\Skin1.skin" />
69 <Content Include="Readme.txt" />
72 <Folder Include="App_Data\" />
73 <Folder Include="images\" />
75 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
76 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78 Other similar extension points exist, see Microsoft.Common.targets.
79 <Target Name="BeforeBuild">
81 <Target Name="AfterBuild">
86 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
87 <WebProjectProperties>
88 <UseIIS>False</UseIIS>
89 <AutoAssignPort>True</AutoAssignPort>
90 <DevelopmentServerPort>8614</DevelopmentServerPort>
91 <DevelopmentServerVPath>/</DevelopmentServerVPath>
94 <NTLMAuthentication>False</NTLMAuthentication>
95 <UseCustomServer>False</UseCustomServer>
98 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
99 </WebProjectProperties>